Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / SxQ Method


In This Topic
    SxQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function SxQ( _
       ByVal txQ() As T, _
       ByVal UxQ As System.Collections.Generic.EqualityComparer(Of T), _
       ByVal vxQ As System.Integer, _
       ByVal WxQ As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim txQ() As T
    Dim UxQ As System.Collections.Generic.EqualityComparer(Of T)
    Dim vxQ As System.Integer
    Dim WxQ As System.Integer
    Dim value As System.Integer
     
    value = NArrayHelpers(Of T).SxQ(txQ, UxQ, vxQ, WxQ)
    internal static System.int SxQ( 
       T[] txQ,
       System.Collections.Generic.EqualityComparer<T> UxQ,
       System.int vxQ,
       System.int WxQ
    )

    Parameters

    txQ
    UxQ
    vxQ
    WxQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also